home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / rndwel10.zip / RANDWEL.DOC < prev    next >
Text File  |  1992-03-26  |  2KB  |  61 lines

  1.  
  2.                                 RANDWEL
  3.                      Select random welcome screens
  4.                 for PCBoard and most other BBS programs.
  5.  
  6.                      Copyright 1992 Samuel H. Smith
  7.  
  8.                  Another quick-n-dirty freebie utility
  9.                        courtesy of The Tool Shop
  10.                        (818) 891-6780 (free line)
  11.  
  12.  
  13.                                  Usage
  14.                                  -----
  15.  
  16.                           randwel CONFIG_FILE
  17.  
  18.                                 Example
  19.                                 -------
  20.  
  21.                           randwel randwel.cfg
  22.  
  23.  Insert in your BOARD.BAT file just prior to loading the BBS software.
  24.  
  25.  
  26.                            Config file format
  27.                            ------------------
  28.  
  29. Line 1 contains the DESTINATION of a DOS COPY command for your active
  30. welcome screen.
  31.  
  32. The remaining lines each specify a possible alternate welcome file.
  33.  
  34.  
  35.                         Sample RANDWEL.CFG file
  36.                         -----------------------
  37.  
  38. c:\pcb\gen\welcome?.
  39. c:\pcb\gen\welcome?.001
  40. c:\pcb\gen\welcome?.002
  41. c:\pcb\gen\welcome?.003
  42. c:\pcb\gen\welcome?.004
  43. c:\pcb\gen\welcome?.005
  44. c:\pcb\gen\welcome?.006
  45. c:\pcb\gen\welcome?.007
  46. c:\pcb\gen\welcome?.008
  47. c:\pcb\gen\welcome?.009
  48. c:\pcb\gen\welcome?.010
  49.  
  50.  
  51. This config file will randomly select c:\pcb\gen\welcome.001 through
  52. c:\pcb\gen\welcome.010 and copy it to c:\pcb\gen\welcome.  The ?
  53. prior to the . causes a welcomeg (graphics version of welcome) to also
  54. be copied.  If you are not running pcboard or you prefer not to copy
  55. both graphic and non-graphic welcome files, please remove the ? from
  56. each line of the config file.
  57.  
  58. USE AT YOUR OWN RISK!
  59. SOURCE CODE INCLUDED!
  60.  
  61.